Pet Store Web Service
PutupdatePet
Description
Update an existing pet
Request

The request body is of type Pet.

Pet object that needs to be updated in the store

Overview

Pet
Represents a single Pet in the Store.
tags : Array[Tag]
Tags currently applied to this Pet.
id : long
Unique identifier for this tag.
name : string
Tag Name.
id : long
Unique identifier for this pet.
category : Category
Pet category.
id : long
Unique identifier for this category.
name : string
Category Name.
status : string
Pet Status.
name : string
Pet Name.
photoUrls : Array[]
Photo Urls.
Fault Responses
FaultDescription
400This fault returns a response body of type (undefined).
Invalid ID supplied
404This fault returns a response body of type (undefined).
Pet not found
405This fault returns a response body of type (undefined).
Validation exception
See Also
Pets Resource GroupPet Store Web Service

 

 


© 2013 All Rights Reserved.

Send comments on this topic.